From 715b19bd8e7a83bb2c683ac9039d8f1417ebda18 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 23 Jun 2012 18:58:13 +0200 Subject: [PATCH] lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688. --- lisp/ChangeLog | 4 ++++ lisp/makefile.w32-in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4a96f5568a..ab512426d41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-23 Juanma Barranquero + + * makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688. + 2012-06-23 Stefan Monnier * help-fns.el (describe-variable): Don't croak when doc is not found. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 2137607281a..91a25b7c071 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -79,10 +79,10 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) # speed up the bootstrap process. COMPILE_FIRST = \ - $(lisp)/emacs-lisp/bytecomp.el \ - $(lisp)/emacs-lisp/byte-opt.el \ $(lisp)/emacs-lisp/macroexp.el \ $(lisp)/emacs-lisp/cconv.el \ + $(lisp)/emacs-lisp/byte-opt.el \ + $(lisp)/emacs-lisp/bytecomp.el \ $(lisp)/emacs-lisp/autoload.el # The actual Emacs command run in the targets below. -- 2.30.2